projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09e2ac3
)
(menu-bar-mode): Fix previous change.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 30 May 1994 09:15:53 +0000
(09:15 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 30 May 1994 09:15:53 +0000
(09:15 +0000)
lisp/menu-bar.el
patch
|
blob
|
history
diff --git
a/lisp/menu-bar.el
b/lisp/menu-bar.el
index 068a8956f87f6a503fe49b0d986602a08d4da489..cf0f3b174d52a39b348beab99bd15fe96a75739f 100644
(file)
--- a/
lisp/menu-bar.el
+++ b/
lisp/menu-bar.el
@@
-416,7
+416,7
@@
turn off menu bars; otherwise, turn on menu bars."
;; Apply it to existing frames.
(let ((frames (frame-list)))
(while frames
- (let ((height (cdr (assq 'height (frame-parameters (
selected-frame
))))))
+ (let ((height (cdr (assq 'height (frame-parameters (
car frames
))))))
(modify-frame-parameters (car frames)
(list (cons 'menu-bar-lines
(if menu-bar-mode 1 0))))